fix: Identifying files for staging publish#411
Merged
Conversation
anayeaye
approved these changes
Aug 1, 2025
anayeaye
added a commit
that referenced
this pull request
Aug 1, 2025
anayeaye
added a commit
that referenced
this pull request
Aug 1, 2025
aliziel
added a commit
that referenced
this pull request
Aug 4, 2025
* Create ingestion-data/staging/dataset-config/delta-disasters-planet-flood.json * update via UI * fix: Identifying files for staging publish (#411) (#414) * Apply suggestions from code review --------- Co-authored-by: veda-github-actor[bot] <192275278+veda-github-actor[bot]@users.noreply.github.com> Co-authored-by: Alexandra Kirk <alexandra@developmentseed.org> Co-authored-by: aliziel <21992503+aliziel@users.noreply.github.com>
aliziel
added a commit
that referenced
this pull request
Aug 4, 2025
* Create ingestion-data/staging/dataset-config/delta-disasters-planet-tornado.json * update via UI * fix: Identifying files for staging publish (#411) (#415) * Apply suggestions from code review --------- Co-authored-by: veda-github-actor[bot] <192275278+veda-github-actor[bot]@users.noreply.github.com> Co-authored-by: Alexandra Kirk <alexandra@developmentseed.org> Co-authored-by: aliziel <21992503+aliziel@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What I am changing
We recently changed the means by which we identify new files for staging publish (context) and the first few attempts on GitHub's runners have surfaced an issue with the
git diffcommand:https://github.com/NASA-IMPACT/veda-data/actions/runs/16653983094/job/47134015687#step:4:13
How I did it
actions/checkoutparameters to include full git context (defaults to only the merge commit)<base>...<head>git diffpaths insteadHow you can test it
Test PR: #412
Published: https://staging.openveda.cloud/stac/collections/campfire-nlcd-TEST-DIFF
fix/identify-files-publish(this branch)Expect → Publish collection to staging workflow to kick off
Expect → all changed or modified files to be listed in
List all newly added and changed filesstep in GitHub Actions workflow (example)Expect → veda_collection_pipeline run to kick off
Expect → veda_dataset_pipeline run to kick off